std::unique_ptr::~unique_ptr

From Cppreference

Jump to: navigation, search
~unique_ptr();
(since C++11)

If get() == nullptr there are no effects, otherwise get_delete()(get()).

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages